FormSubmitButtonClickListener

fun interface FormSubmitButtonClickListener

Interface definition for a callback to be invoked when the submit button of the form is clicked.

Since

3.12.1

Functions

Link copied to clipboard
abstract fun onClicked(message: BaseMessage, form: Form)

Called when the submit button of the form is clicked.